ItemSave(String, Boolean, Encoding) Method

Saves the specified file path.

Definition

Namespace: Independentsoft.Pst
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public void Save(
	string filePath,
	bool overwrite,
	Encoding encoding
)

Parameters

filePath  String
The file path.
overwrite  Boolean
if set to true [overwrite].
encoding  Encoding
The encoding.

See Also